Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Structure Namespace / ContentItemLinkCollection Class / AddRange Method / AddRange(IEnumerable<ContentItemLink>) Method

In This Topic
    AddRange(IEnumerable<ContentItemLink>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub AddRange( _
       ByVal items As System.Collections.Generic.IEnumerable(Of ContentItemLink) _
    ) 
    public void AddRange( 
       System.Collections.Generic.IEnumerable<ContentItemLink> items
    )

    Parameters

    items
    See Also